Click or drag to resize

SipMethod Enumeration

The SipMethod enumeration defines the set of standard SIP methods.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public enum SipMethod
Members
  Member nameValueDescription
Register0 The method is a REGISTER method.
Invite1 The method is an INVITE method.
Bye2 The method is a BYE method.
Options3 The method is an OPTIONS method.
Ack4 The method is an ACK method.
Info5 The method is an INFO method.
Notify6 The method is a NOTIFY method.
Update7 The method is an UPDATE method.
Cancel8 The method is a CANCEL method.
Refer9 The method is a REFER method.
Message10 The method is a MESSAGE method.
Subscribe11 The method is a SUBSCRIBE method.
Prack12 The method is a PRACK method.
Publish13 The method is a PUBLISH method.
See Also